concurrent invocation造句
例句与造句
- Property if your class supports multiple concurrent invocations
如果您的类支持多个并发调用,则不要公开 - If your class does not support multiple concurrent invocations , consider exposing an
如果类不支持多个并发调用,请考虑公开 - Property because they support multiple concurrent invocations of asynchronous methods
属性,因为它们支持异步方法的多个并发调用。 - Do this if you re prepared to manage multiple concurrent invocations of your method , in which case the
如果您准备管理方法的多个并发调用,可进行此操作,在这种情况下, - Method without the state parameter , and it does not support multiple concurrent invocations , ensure that any attempt to invoke
方法时不使用该状态参数,而且它不支持多个并发调用,则请确保在早先的 - It's difficult to find concurrent invocation in a sentence. 用concurrent invocation造句挺难的
- If your class supports multiple concurrent invocations , enable the developer to track each invocation separately by defining the
如果类支持多个并发调用,则可让开发人员通过定义带有对象赋值状态参数或任务id (名为 - If you don ' t see concurrent invocations in a server , it is likely that the server is running with a thread pool containing only a single thread , thereby serializing all incoming invocations
你不会看到在服务端进行的并发调用,就像服务端的线程池只运行着一个线程,串行化的处理着所有请求。 - An asynchronous method may also support multiple pending calls multiple concurrent invocations , allowing your code to call it any number of times before it completes other pending operations
异步方法可能还支持多个挂起的调用多个并发调用,允许您的代码在此方法完成其他挂起的操作之前调用此方法任意多次。 - For a component that supports multiple concurrent invocations of its asynchronous methods , the client can supply a unique token , or task id , to distinguish which asynchronous task is raising particular events
对于支持多次并发调用其异步方法的组件,客户端可以提供一个唯一的标记或任务id ,以区分引发特殊事件的异步任务。